﻿2026-06-04T13:05:20.1792059Z ##[group]Run actions/checkout@v5
2026-06-04T13:05:20.1793765Z with:
2026-06-04T13:05:20.1794521Z   repository: SaberMage/spt-core
2026-06-04T13:05:20.1802320Z   token: ***
2026-06-04T13:05:20.1803041Z   ssh-strict: true
2026-06-04T13:05:20.1803759Z   ssh-user: git
2026-06-04T13:05:20.1804497Z   persist-credentials: true
2026-06-04T13:05:20.1805292Z   clean: true
2026-06-04T13:05:20.1806011Z   sparse-checkout-cone-mode: true
2026-06-04T13:05:20.1806860Z   fetch-depth: 1
2026-06-04T13:05:20.1807557Z   fetch-tags: false
2026-06-04T13:05:20.1808268Z   show-progress: true
2026-06-04T13:05:20.1809000Z   lfs: false
2026-06-04T13:05:20.1809750Z   submodules: false
2026-06-04T13:05:20.1810490Z   set-safe-directory: true
2026-06-04T13:05:20.1812099Z ##[endgroup]
2026-06-04T13:05:20.3313553Z Syncing repository: SaberMage/spt-core
2026-06-04T13:05:20.3317178Z ##[group]Getting Git version info
2026-06-04T13:05:20.3318677Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T13:05:20.3320980Z [command]/usr/bin/git version
2026-06-04T13:05:20.3322059Z git version 2.34.1
2026-06-04T13:05:20.3325313Z ##[endgroup]
2026-06-04T13:05:20.3335016Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/5162f9e3-535f-4cbd-a704-a25c282fe51f/.gitconfig'
2026-06-04T13:05:20.3351655Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/5162f9e3-535f-4cbd-a704-a25c282fe51f' before making global git config changes
2026-06-04T13:05:20.3354503Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T13:05:20.3358187Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T13:05:20.3410782Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T13:05:20.3440413Z https://github.com/SaberMage/spt-core
2026-06-04T13:05:20.3458337Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T13:05:20.3464663Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T13:05:20.3493691Z refs/heads/dev-freeform
2026-06-04T13:05:20.3508821Z [command]/usr/bin/git checkout --detach
2026-06-04T13:05:20.3565804Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:20.3621630Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T13:05:20.3659643Z Deleted branch dev-freeform (was 6f61a89).
2026-06-04T13:05:20.3715047Z ##[endgroup]
2026-06-04T13:05:20.3718229Z [command]/usr/bin/git submodule status
2026-06-04T13:05:20.3992285Z ##[group]Cleaning the repository
2026-06-04T13:05:20.3997903Z [command]/usr/bin/git clean -ffdx
2026-06-04T13:05:21.4819001Z Removing target/
2026-06-04T13:05:21.4823522Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T13:05:21.4894572Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:21.4903424Z ##[endgroup]
2026-06-04T13:05:21.4906237Z ##[group]Disabling automatic garbage collection
2026-06-04T13:05:21.4912493Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T13:05:21.4949643Z ##[endgroup]
2026-06-04T13:05:21.4952411Z ##[group]Setting up auth
2026-06-04T13:05:21.4959774Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T13:05:21.5001120Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T13:05:21.5240732Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T13:05:21.5281224Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T13:05:21.5515606Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T13:05:21.5557584Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T13:05:21.5798587Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T13:05:21.5858632Z ##[endgroup]
2026-06-04T13:05:21.5871847Z ##[group]Fetching the repository
2026-06-04T13:05:21.5877167Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +650c7fb326ed3478f5661891641a32b1b712ce19:refs/remotes/origin/dev-freeform
2026-06-04T13:05:22.3611151Z From https://github.com/SaberMage/spt-core
2026-06-04T13:05:22.3616615Z  + 6f61a89...650c7fb 650c7fb326ed3478f5661891641a32b1b712ce19 -> origin/dev-freeform  (forced update)
2026-06-04T13:05:22.3639784Z ##[endgroup]
2026-06-04T13:05:22.3642666Z ##[group]Determining the checkout info
2026-06-04T13:05:22.3645721Z ##[endgroup]
2026-06-04T13:05:22.3647598Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T13:05:22.3706599Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T13:05:22.3743728Z ##[group]Checking out the ref
2026-06-04T13:05:22.3747347Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T13:05:22.3798659Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T13:05:22.3801331Z any of your branches:
2026-06-04T13:05:22.3802283Z 
2026-06-04T13:05:22.3803591Z   6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:22.3805647Z 
2026-06-04T13:05:22.3806942Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T13:05:22.3809590Z to do so with:
2026-06-04T13:05:22.3810416Z 
2026-06-04T13:05:22.3811143Z  git branch <new-branch-name> 6f61a89
2026-06-04T13:05:22.3812429Z 
2026-06-04T13:05:22.3813332Z Switched to a new branch 'dev-freeform'
2026-06-04T13:05:22.3816117Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T13:05:22.3927030Z ##[endgroup]
2026-06-04T13:05:22.3931948Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T13:05:22.3934154Z 650c7fb326ed3478f5661891641a32b1b712ce19
